UUCP - определение. Что такое UUCP
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое UUCP - определение

COMPUTER COMMAND OR SET OF PROGRAMS ALLOWING TWO COMPUTERS TO EXCHANGE FILES AND EXECUTE COMMANDS ON THE REMOTE MACHINE
UUCPNET; Bang path; Uucp; Unix to Unix Copy Protocol; Uux; Unix to Unix copy; .uucp; UUCP Mapping Project; Uucico; UUCPNet; Bangpath; Unix-to-Unix Copy; Uustat; Bang address
  •  Business card with UUCP email address
Найдено результатов: 6
uucp         
UUCP         
Unix to Unix Copy Protocol (Reference: Unix)
bang path         
1. <communications> An old-style UUCP {electronic-mail address} naming a sequence of hosts through which a message must pass to get from some assumed-reachable location to the addressee (a "source route"). So called because each hop is signified by a bang sign (exclamation mark). Thus, for example, the path ...!bigsite!foovax!barbox!me directs people to route their mail to computer bigsite (presumably a well-known location accessible to everybody) and from there through the computer foovax to the account of user me on barbox. Before autorouting mailers became commonplace, people often published compound bang addresses using the convention (see glob) to give paths from *several* big computers, in the hope that one's correspondent might be able to get mail to one of them reliably. e.g. ...!seismo, ut-sally, ihnp4!rice!beta!gamma!me Bang paths of 8 to 10 hops were not uncommon in 1981. Late-night dial-up UUCP links would cause week-long transmission times. Bang paths were often selected by both transmission time and reliability, as messages would often get lost. 2. <operating system> A shebang. (1998-05-06)
Unix to Unix Copy         
<networking, messaging> (uucp) A Unix utility program and protocol that allows one Unix system to send files to another via a serial line which may be a cable going directly from one machine's serial port to another's or may involve a modem at each end of a telephone line. Software is also available to allow uucp to work over Ethernet though there are better alternatives in this case, e.g. FTP or rcp for file transfer, SMTP for {electronic mail} or NNTP for news. The term is now also used to describe the large international network which uses UUCP to pass Usenet news and electronic mail, also known as "UUCPNET". Unix manual page: uucp(1). See also cu, uuencode. (1997-01-12)
UUCPNET         
The international store and forward network consisting of all the world's connected Unix machines (and others running some clone of the UUCP software). Any machine reachable only via a bang path is on UUCPNET. See network address. [Jargon File]
UUCICO         
Unix to Unix Copy Incoming Copy Outgoing (Reference: Unix)

Википедия

UUCP

UUCP is an acronym of Unix-to-Unix Copy. The term generally refers to a suite of computer programs and protocols allowing remote execution of commands and transfer of files, email and netnews between computers.

A command named uucp is one of the programs in the suite; it provides a user interface for requesting file copy operations. The UUCP suite also includes uux (user interface for remote command execution), uucico (the communication program that performs the file transfers), uustat (reports statistics on recent activity), uuxqt (execute commands sent from remote machines), and uuname (reports the UUCP name of the local system). Some versions of the suite include uuencode/uudecode (convert 8-bit binary files to 7-bit text format and vice versa).

Although UUCP was originally developed on Unix in the 1970s and 1980s, and is most closely associated with Unix-like systems, UUCP implementations exist for several non-Unix-like operating systems, including DOS, OS/2, OpenVMS (for VAX hardware only), AmigaOS, classic Mac OS, and even CP/M.